projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a7cd65
)
(Fformat): Increase buffer size for floating format.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 26 Oct 1998 23:48:57 +0000
(23:48 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 26 Oct 1998 23:48:57 +0000
(23:48 +0000)
src/editfns.c
patch
|
blob
|
history
diff --git
a/src/editfns.c
b/src/editfns.c
index 1f855e8480eee180ca68ff738ea14e381a787ba3..a0c09ebf095f18997703f1d80a3cacc26581d24e 100644
(file)
--- a/
src/editfns.c
+++ b/
src/editfns.c
@@
-2576,7
+2576,7
@@
Use %% to put a single % into the output.")
{
if (! (*format == 'e' || *format == 'f' || *format == 'g'))
args[n] = Ftruncate (args[n], Qnil);
- thissize =
6
0;
+ thissize =
20
0;
}
#endif
else